home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
zlabp_11.arc
/
GIFT40B.ARC
/
PCBVIEW.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-10-29
|
411b
|
26 lines
@echo off
if %@name[%1] == elite goto elite
if %@ext[%1] == gif goto gif
if %@ext[%1] == zip goto zip
if %@ext[%1] == lzh goto lzh
if %@ext[%1] == '' goto zip
goto end
:gif
giftest %1 > pcbview.txt
goto end
:zip
rem pkunzip %1 -v > pcbview.txt
ziptv -p1 -m125 >>pcbview.txt %1
goto end
:lzh
lha l %1 > pcbview.txt
goto end
:elite
*dir /oe /c /f g:\backup > f:\pcb\pcbview.txt
:end